GtkMenuShell: Use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 13:07:04 +0000 (09:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:06 +0000 (13:31 -0400)
gtk/gtkmenushell.c

index 80a16f47aa566481c495dd65bdb23e7f3dcbed70..18f154239ee86076768df803cff167eabe67776a 100644 (file)
@@ -415,7 +415,7 @@ gtk_menu_shell_class_init (GtkMenuShellClass *klass)
                                                          P_("Take Focus"),
                                                          P_("A boolean that determines whether the menu grabs the keyboard focus"),
                                                          TRUE,
-                                                         GTK_PARAM_READWRITE));
+                                                         GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
   gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_MENU_SHELL_ACCESSIBLE);
 }